@charset "utf-8";
/*顶部轮播 新闻 小应用*/
.wrapper.head-information {
    margin-bottom: 20px;
}

.swiper-container.scroll1 {
    width: 640px;
    height: 363px;
    float: left;
}

.swiper-container.scroll1 .pagination {
    bottom: 21px;
}

.swiper-container.scroll1 .pagination span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll1 .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

.information {
    width: 380px;
    height: 363px;
    float: left;
    margin-left: 20px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.information .news-more {
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    position: absolute;
    right: 19px;
    top: 0px;
    color: #707070;
}

.news-tab {
    width: 100%;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 3px;
    height: 59px;
    position: relative;
    padding-left: 10px;
}

.news-tab li {
    float: left;
    list-style: none;
    font-size: 20px;
    text-align: center;
    width: 81px;
    height: auto;
    display: inline-block;
    color: #353535;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 56px;
    border-bottom-width: 3px;
}

.news-tab a {
    float: left;
    list-style: none;
    font-size: 20px;
    text-align: center;
    width: 81px;
    height: auto;
    display: inline-block;
    color: #353535;
    line-height: 56px;
}

.curBg {
    background: #f6594e;
    height: 3px;
    position: absolute;
    bottom: -3px;
    width: 68px;
    left: 0px;
    z-index: 0;
}

.news-tab li.on {
    width: 81px;
    transition: all .2s;
}

.news-option {
    display: none;
    width: 380px;
}

.news-option ul {
    margin-top: 22px;
}

.news-option ul.style2 li {
    background-image: url(/static/images/branch/main-img.png);
    background-repeat: no-repeat;
    margin-left: 25px;
    margin-bottom: 16px;
    transition: all 0s;
    background-position: 0% 500px;
    padding-left: 0px;
    position: relative;
}

.news-option ul.style2 li:hover {
    background-image: url(/static/images/branch/main-img.png);
    background-position: 0% 91px;
}

.style2 li .btntan {
    position: absolute;
    right: 10px;
    top: -3px;
    width: 48px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f2994f;
    color: #f2994f;
    font-weight: normal;
    cursor: pointer;
}

.style2 li .btntan:hover {
    color: #fff;
    background-color: #f6594e;
    border-color: #f6594e;
}

.information .news-option ul.style2 li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    overflow: hidden;
    color: #666;
}

.information .news-option ul.style2 li a:hover {
    color: #f6594e;
}

.information .news-option ul.style2 li a .bgc2 {
    font-size: 14px;
    line-height: 14px;
    color: #f2994f;
}

.information .news-option ul.style2 li a .bgc1 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.information .news-option ul.style2 li a:hover .bgc1 {
    color: #f6594e;
}

.news-option ul li {
    background-image: url(/static/images/index/main-img.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 25px;
    margin-bottom: 16px;
    transition: all 0s;
}

.news-option ul li:hover {
    background-image: url(/static/images/index/main-img.png);
    background-position: 0% -14px;
}

.information .news-option li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    overflow: hidden;
    color: #666;
}

.information .news-option li a:hover {
    color: #f6594e;
}

.applicationFields {
    width: 140px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.applicationFields ul li {
    width: 140px;
    height: 52px;
    background-color: #999;
    border-bottom: 1px solid #fff;
}

.applicationFields ul li:hover {
    background-color: #f6594e;
}

.applicationFields ul li a {
    width: 140px;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    display: block;
    color: #fff;
    padding-left: 65px;
    background-image: url(/static/images/branch/main-img.png);
    background-repeat: no-repeat;
}

.applicationFields ul li a.cost {
    background-position: 0% -29px;
}

.applicationFields ul li a.gpa {
    background-position: 0% -81px;
}

.applicationFields ul li a.calendar {
    background-position: 0% -133px;
}

.applicationFields ul li a.school {
    background-position: 0% -185px;
}

.applicationFields ul li a.conversion {
    background-position: 0% -237px;
}

.applicationFields ul li a.assessment {
    background-position: 0% -289px;
}

.applicationFields ul li a.evaluating {
    background-position: 0% -341px;
}

/*澳际品牌*/
.aj-brand {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.aj-brand ul li {
    width: 120px;
    background-color: #f65a4e;
    height: 80px;
    float: left;
    position: relative;
}

.aj-brand ul li a {
    width: 119px;
    height: 80px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.aj-brand ul li:last-child a {
    width: 120px;
}

.aj-brand ul li a:hover {
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    zoom: 1;
    background-color: #fff;
    color: #f2994f;
}

.aj-brand ul li a:hover span {
    color: #f2994f;
}

.aj-brand ul li i {
    height: 80px;
    background-color: #fff;
    width: 1px;
    float: right;
}

.aj-brand ul li:last-child i {
    display: none;
}

.aj-brand ul li a span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 18px;
    color: #fff;
}

/*留学资讯*/
.aj-information {
    position: relative;
}

.information-tab {
    width: 100%;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 3px;
    height: 35px;
    position: relative;
    padding-left: 250px;
}

.wrapper.aj-information .information-tab.tab {
    padding-left: 250px;
}

.information-tab li {
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: auto;
    display: inline-block;
    color: #666;
    line-height: 32px;
    font-weight: bold;
}

.information-tab li a {
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: auto;
    display: inline-block;
    color: #666;
    line-height: 32px;
    font-weight: bold;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.information-tab li.on a {
    transition: all .2s;
    color: #f6594e;
}

.information-option {
    display: none;
    width: 100%;
    margin-top: 26px;
}

.swiper-container.scroll2 {
    width: 380px;
    height: 214px;
    float: left;
    position: relative;
}

.swiper-container.scroll2 .pagination2 {
    bottom: 17px;
    position: absolute;
}

.swiper-container.scroll2 .pagination2 span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll2 .pagination2 span.swiper-active-switch {
    background-color: #f6594e;
}

.aj-information .information-option .information-l {
    width: 380px;
    float: left;
}

.information-option .information-l .swiper-d {
    width: 380px;
    background-color: #f2994f;
    height: 84px;
    display: inline-block;
    padding-top: 3px;
    padding-left: 5px;
}

.swiper-d ul li {
    float: left;
    width: 90px;
    height: 37px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.swiper-d ul li a {
    width: 90px;
    height: 37px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #fff;
    color: #fff;
}

.swiper-d ul li a:hover {
    border: 1px solid #f6594e;
    background-color: #f6594e;
    font-weight: bold;
}

.aj-information .information-option .information-r {
    float: right;
    width: 790px;
}

.information-r-tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.information-r-tab li {
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: 30px;
    display: inline-block;
    color: #666;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom-width: 3px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #e8e8e8;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.information-r-tab li.on {
    transition: all .2s;
    background-color: #f6594e;
    color: #fff;
}
.information-r-tab li.on a{
    font-size: 14px;
    color: #fff;
}

.we1 {
    display: none;
    width: 100%;
    margin-top: 26px;
}

.we2 {
    margin-top: 26px;
}
.we3 {
    margin-top: 16px;
}

.we1 ul {
    float: left;
    margin-top: 0px;
}

.we1 ul:last-child {
    float: right;
}

.we1 ul li {
    margin-left: 3px;
    width: 383px;
    text-align: left;
}

.we1 ul li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
}

.we1 ul li a:hover {
    color: #f6594e;
}

/*专家排行*/
.wrap.grey {
    text-align: center;
}

.wrapper.expert-list {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.wrap.grey .wrapper.expert-list .information-tab {
    margin-left: 5px;
    width: 1200px;
}

.wrap.grey .wrapper.expert-list h1 {
    left: 10px;
}

.line-red {
    width: 72px;
    height: 3px;
    background-color: #f6594e;
    position: absolute;
    left: 10px;
    top: 32px;
    z-index: 2;
}

.expert-list .swiper-container.scroll3 {
    width: 1210px;
    height: 361px;
    margin-top: 20px;
}

.expert-list .swiper-container.scroll3 .swiper-wrapper {
    padding-top: 1px;
}

.swiper-container.scroll3 .swiper-wrapper .swiper-slide {
}

.swiper-wrapper .swiper-slide ul {
    width: 1210px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.expert-list .swiper-container.scroll3 .pagination {
    bottom: 0px;
}

.expert-list .swiper-container.scroll3 .pagination span {
    opacity: 1;
    background-color: #eaeaea;
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.expert-list .swiper-container.scroll3 .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

.expert-list .swiper-slide ul li {
    width: 380px;
    height: 147px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.expert-list .swiper-slide ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

.expert-list .swiper-slide ul li .expert-r {
    float: left;
    width: 283px;
    padding-left: 21px;
    padding-top: 25px;
    text-align: left;
}

.expert-r .expert-con a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

li:hover .expert-r .expert-con a {
    color: #666;
}

.expert-list .swiper-slide li .expert-r > a {
    width: 48px;
    height: 26px;
    border: 1px solid #eaeaea;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #f2994f;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: 12px;
    cursor: pointer;
}

.expert-list .swiper-slide li .expert-r > a:hover {
    background-color: #f6594e;
    border: 1px solid #f6594e;
    color: #fff;
}

.expert-list .swiper-slide li .expert-r .expert-con {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 12px;
    margin-right: 13px;
}

.expert-list .swiper-slide li .expert-r .expert-title {
    color: #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    display: block;
}

.expert-r .expert-title a {
    color: #999;
    font-size: 16px;
}

.expert-r .expert-title span {
    color: #666666;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/branch/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}

li:hover .expert-r .expert-title span {
    color: #f6594e;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/branch/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}

.expert-r .expert-title i {
    width: 2px;
    height: 16px;
    background-color: #999999;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    line-height: 16px;
    margin-top: 0px;
}

.expert-list .swiper-slide ul li img {
    width: 80px;
    height: 80px;
    margin-top: 18px;
    margin-left: 15px;
    border-radius: 80px;
    float: left;
}

.expert-list .swiper-slide ul .sidebar {
    margin-right: 0px;
}

/*院校推荐*/
.wrapper.recommend-school {
    margin-bottom: 10px;
}

.information-option.school ul li {
    width: 380px;
    height: 137px;
    border: 1px solid #ededed;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

ul li .school-faqs {
    float: left;
    padding-left: 15px;
    padding-top: 3px;
    width: 100%;
    height: 75px;
}

li .school-faqs a {
    display: block;
    margin-top: 14px;
    font-size: 14px;
}

li .school-faqs a.faqs1:before {
    content: "问：";
}

li .school-faqs a.faqs2:before {
    content: "答：";
}

li .school-faqs .faqs1 {
    color: #666;
}

li .school-faqs:hover .faqs1 {
    color: #f6594e;
}

li .school-faqs .faqs2 {
    color: #999;
    font-size: 12px;
}

ul li .school-list {
    width: 378px;
    float: left;
    margin-top: 14px;
}

li .school-list a {
    width: 33.33%;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f8f8f8;
    color: #f2994f;
    font-size: 14px;
    border-left: 1px none #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    cursor: pointer;
}

li .school-list a:last-child {
    border-right-style: none;
}

li .school-list a:hover {
    background-color: #f6594e;
    color: #fff;
    border-left: 1px none #f6594e;
    border-right: 1px solid #f6594e;
    border-bottom: 1px solid #f6594e;
    border-top: 1px solid #f6594e;
}

li .school-list a:last-child:hover {
    border-right-style: none;
}

ul li .school-title {
    float: left;
    margin-left: 12px;
    margin-top: 19px;
    font-size: 14px;
    color: #666;
    width: 268px;
    height: 16px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}

ul li:hover .school-title {
    color: #f6594e;
}

ul li .school-title-e {
    float: left;
    margin-left: 12px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    width: 268px;
    text-align: left;
}
ul li .school-nav {
    float: left;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #656666;
    line-height: 17px;
    margin-left: 12px;
    margin-top: 13px;
}
ul li .school-nav div {
    margin-right: 17px;
}

.information-option.school ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

.information-option.school ul .sidebar {
    margin-right: 0px;
}

.information-option.school ul li img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 11px;
    float: left;
    border: 1px solid #ededed;
}

/*成功案例*/
.wrapper.successful-case {
    margin-bottom: 10px;
}

.information-option.case ul li {
    width: 380px;
    height: 160px;
    border: 1px solid #ededed;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

ul li .case-b {
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-top: 12px;
    float: left;
    text-align: left;
    position: relative;
    padding-right: 9px;
}

li .case-b .btn {
    float: right;
    width: 48px;
    border-radius: 5px;
    height: 26px;
    border: 1px solid #eaeaea;
    margin-right: 11px;
    margin-top: 12px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

li .case-b .btn:hover {
    background-color: #f6594e;
    border: 1px solid #f6594e;
    color: #fff;
}

li .case-b a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #f2994f;
}

.information-option.case ul li .case-b a img {
    margin-top: 7px;
    margin-left: 17px;
    width: 36px;
    height: 36px;
    float: left;
    text-align: left;
    border-style: none;
    border-radius: 36px;
    margin-right: 13px;
}

.information-option.case ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

ul li .case-title {
    float: left;
    margin-left: 19px;
    margin-top: 19px;
    font-size: 14px;
    color: #666;
    width: 255px;
    height: 16px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}

ul li:hover .case-title {
    color: #f6594e;
}

ul li .case-school {
    float: left;
    margin-left: 19px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    width: 255px;
    text-align: left;
}

ul li .case-profession {
    float: left;
    margin-left: 19px;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    width: 255px;
    text-align: left;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-option.case ul .sidebar {
    margin-right: 0px;
}

.information-option.case ul li img {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    float: right;
    border: 1px solid #ededed;
    margin-right: 20px;
}

/*背景提升*/
.wrapper.promote {
    margin-bottom: 16px;
}

.promote .information-option .information-r {
    float: right;
    width: 790px;
}

.wrapper.promote .information-option.promote .information-r.we1 {
    display: block;
    margin-top: 0px;
}

.swiper-container.scroll4 {
    width: 380px;
    height: 214px;
    float: left;
    position: relative;
}

.swiper-container.scroll4 .pagination2 {
    bottom: 17px;
    position: absolute;
}

.swiper-container.scroll4 .pagination2 span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll4 .pagination2 span.swiper-active-switch {
    background-color: #f6594e;
}

/*footer*/
.footer {
    text-align: center;
    width: 100%;
    background-color: #4a4b50;
    position: relative;
    overflow: hidden;
    padding-top: 31px;
}

.footer .footer-top {
    width: 1200px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-top .footer-top-left {
    width: 379px;
    float: left;
}

.footer .footer-top .footer-top-centre {
    float: left;
    width: 543px;
    margin-left: 20px;
}

.footer-top-centre ul li {
    width: 85px;
    float: left;
    margin-left: 22px;
}

.footer-top-centre ul li h2 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-top-centre ul li a {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
    float: left;
    width: 85px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
}

.footer-top-centre ul li a:hover {
    color: #fff;
}

.footer .footer-top .footer-top-right {
    width: 174px;
    height: 244px;
    border-radius: 10px;
    float: right;
    border: 1px solid #999;
    text-align: center;
}

.footer-top .footer-top-right a {
    margin-top: 18px;
    display: inline-block;
    color: #999;
}

.footer-top-right a span {
    display: block;
    margin-bottom: 8px;
    color: #999;
}

.footer-top .footer-top-right .qr-code {
    width: 158px;
    border-radius: 10px;
    height: 158px;
    display: inline-block;
    margin-top: 8px;
    background-color: #fff;
    text-align: center;
}

.footer-top-right .qr-code img {
    width: 135px;
    height: 135px;
    margin-top: 11px;
}

.footer .footer-line {
    width: 100%;
    height: 1px;
    background-color: #999;
    float: left;
    margin-top: 14px;
}

.footer .footer-bottom {
    width: 1200px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom .footer-con h2 {
    display: block;
    font-size: 14px;
    color: #ededed;
    padding-top: 20px;
    padding-bottom: 27px;
    font-weight: bold;
}

.footer-top .footer-top-left img {
    width: 158px;
    height: 60px;
    float: left;
}

.footer-top .footer-top-left .footer-add {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.footer-top-left .footer-add span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer-top-left .footer-add p {
    font-size: 14px;
    color: #999;
    margin-bottom: 11px;
}

.footer-open {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background-image: url(/static/images/index/footer-ico-open.png);
    background-size: contain;
    vertical-align: top;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.footer-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background-image: url(/static/images/index/footer-ico-close.png);
    background-size: contain;
    vertical-align: top;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.footer-con {
    width: 1200px;
    height: 152px;
    overflow: hidden;
}

.footer-bottom .footer-con a {
    color: #999;
    float: left;
    margin-right: 5px;
    margin-bottom: 16px;
}

.footer-bottom .footer-con a:hover {
    color: #fff;
}

/*弹窗*/
.popup {
    width: 540px;
    height: 320px;
    position: fixed;
    z-index: 9999;
    left: 44%;
    top: 44%;
    margin-left: -180px;
    border-radius: 5px;
    margin-top: -150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    display: none;
    line-height: 1;
    background: url('/pop/imgPreview/27');
}


#bounced h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}

#bounced #pgForm {
    margin-top: 20px;
    text-align: center;
}

#bounced #pgForm input {
    width: 320px;
    height: 40px;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    padding: 13px 0px 0px 10px;
    background-color: #fff;
    vertical-align: middle;
}

#bounced #pgForm select {
    width: 320px;
    height: 40px;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 299px center;
    background-image: url(/static/images/branch/select-ico.png);
    background-attachment: scroll;
    background-color: #fff;
    border-style: none;
    color: #666;
    padding: 8px 0px 10px 10px;
}

#bounced #pgForm #btn_smt {
    width: 150px;
    font-size: 16px;
    color: #f4994f;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
    padding: 0;
    line-height: 40px;
}

select::-ms-expand {
    display: none;
}

#bounced #close {
    border-radius: 5px;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 18px;
    top: 13px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #f4994f;
    cursor: pointer;
}
#bounced #close {
    width: 50px;
    line-height: 20px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0px;
    right: 0px;
    height: 50px;
    background-image: url(/static/images/pc-focus-close.png);
}
.popup .f.fac.fv .form-box {
    font-size: 14px;
    line-height: 40px;
    color: #313131;
    margin-top: 34px;
}

.f.fac.fv .form-box span {
    font-size: 30px;
    color: #f33d4a;
    vertical-align: bottom;
    margin-right: 8px;
    line-height: 27px;
}

.popup pre {
    color: #767676;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-top: 28px;
}

.popup .bg-top {
    width: 100%;
    height: 18px;
    background-color: #1894f3;
    margin-bottom: 30px;
}

.popup .f.fac.fv input {
    font-size: 20px;
    width: 249px;
    height: 40px;
    background-color: #1894f3;
    border-radius: 17px;
    cursor: pointer;
    color: #fff;
    margin-top: 34px;
}

.f.fac.fv .form-box input {
    width: 331px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding-left: 10px;
    color: #313131;
    background-color: #FFF;
    cursor: auto;
    margin-top: 0px;
}

/*分公司*/
.wrapper.branch-information h1 {
    width: 180px;
    height: 60px;
    color: #fff;
    background-color: #f39a50;
    position: relative;
    text-align: center;
    line-height: 60px;
    left: 0px;
    top: 0px;
    font-size: 24px;
    float: left;
}

.wrapper.branch-information {
    margin-bottom: 20px;
}

.wrapper.branch-information .line-box {
    float: left;
    border-left: 1px none #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    width: 1020px;
    padding-left: 32px;
    height: 60px;
    padding-top: 17px;
    cursor: pointer;
}

.wrapper.branch-information .line-box .branch-telephone {
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 26px;
}

.line-box .branch-telephone span {
    color: #f6594e;
    font-weight: bold;
    font-size: 16px;
}

.wrapper.branch-information .line-box i {
    width: 1px;
    height: 26px;
    background-color: #e8e8e8;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}

.wrapper.branch-information .line-box .branch-add {
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 26px;
}

.wrapper.head-information.branch .information {
    height: 276px;
}

.wrapper.head-information.branch .information-focus {
    border: 1px solid #e8e8e8;
    float: left;
    width: 380px;
    margin-left: 20px;
    margin-bottom: 20px;
    height: 67px;
    background-color: #f8f8f8;
    display: table;
}

.wrapper.head-information.branch .information-focus h2 {
    float: left;
    width: 44px;
    height: 39px;
    font-size: 14px;
    color: #f6594e;
    font-weight: bold;
    margin-top: 13px;
    margin-left: 17px;
    line-height: 20px;
    padding-right: 14px;
    border-right: 1px solid #f6594e;
}

.wrapper.head-information.branch .information-focus a {
    font-size: 14px;
    color: #666;
    width: 319px;
    margin-left: 0px;
    padding-left: 10px;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
}

.wrapper.head-information.branch .information-focus a:hover {
    color: #f6594e
}

.wrapper.head-information.branch .applicationFields {
    right: 5px;
}

.wrapper.expert-list.branch .information-tab {
    width: 1200px;
    margin-left: 5px;
}

.wrapper.expert-list.branch h1 {
    margin-left: 5px;
}

/*国家页*/
.wrapper.branch-information.country h1 {
    background-color: #f6594e;
}

.wrapper.branch-information.country .line-box {
    cursor: default;
    padding-top: 22px;
    display: table;
    padding-left: 27px;
}

.wrapper.branch-information.country .line-box a {
    padding-right: 10px;
    background-image: url(/static/images/branch/bgclocr-1px.gif);
    background-repeat: repeat-y;
    background-position: right center;
    color: #666;
    font-size: 16px;
    padding-left: 8px;
}

.wrapper.branch-information.country .line-box a.end {
    background-image: url(/static/images/branch/main-img.png);
}

.wrapper.head-information.branch.country .information {
    height: 205px;
}

.country-advantage {
    width: 380px;
    height: 158px;
    float: left;
    margin-left: 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px none #e8e8e8;
    position: relative;
    background-color: #f8f8f8;
}

.country-advantage > ul {
    width: 100%;
    margin-bottom: 3px;
    height: 29px;
    position: relative;
    background-color: #e8e8e8;
}

.country-advantage > ul li {
    float: left;
    list-style: none;
    width: 50%;
    display: inline-block;
}

.country-advantage > ul li a {
    transition: all .2s;
    color: #f6594e;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #666;
    line-height: 29px;
    font-weight: bold;
}

.country-advantage > ul li.on a {
    transition: all .2s;
    background-color: #f8f8f8;
    color: #f6594e;
}

.country-advantage .country-option {
    display: none;
    width: 380px;
}

.country-option ul li {
    font-size: 14px;
    line-height: 30px;
    margin-left: 25px;
}

body.country .news-more {
    color: #707070;
}

.country .information-option.school ul li {
    height: 136px;
}

.wrap .country .information-option.school ul li {
    height: 213px;
}

.wrap.grey .wrapper.expert-list.branch.country h1, .country .wrapper.successful-case.country .line-red, .wrap.grey .wrapper.recommend-school.country .line-red, .wrapper.aj-information.country .line-red, .country .wrapper.recommend-school.country .line-red {
    left: 5px;
}

.wrapper.recommend-school.country .information-tab.school li, .wrapper.successful-case.country .information-tab.case li, .wrapper.aj-information.country .information-tab.tab li {
    display: none;
}

.wrapper.branch-information.country .line-box a:hover {
    color: #f6594e;
}

.information-option.tab .information-r .information-r-option.colhd11.news-option.we1 {
    margin-top: 9px;
}

/*国家and分公司弹窗*/
#popup-country, #popup-company {
    width: 499px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -249px;
    border-radius: 5px;
    margin-top: -150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    background-color: #fff;
    display: none;
}

#popup-country ul, #popup-company ul {
    padding: 13px 11px;
    overflow: hidden;
}

#popup-country ul li, #popup-company ul li {
    float: left;
}

#popup-country ul li a, #popup-company ul li a {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 15px;
    height: 32px;
    display: inline-block;
}

#popup-country ul li a:hover, #popup-company ul li a:hover {
    background-color: #f39a50;
    color: #fff;
}

#popup-country h2, #popup-company h2 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 44px;
    background-color: #999;
    line-height: 44px;
    padding-left: 20px;
}

#popup-country #close, #popup-company #close {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 11px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    background-color: #fff;
    cursor: pointer;
}

.scroll1 .swiper-wrapper .swiper-slide img {
    width: 640px;
    height: 363px;
}

.scroll2 .swiper-wrapper .swiper-slide img {
    width: 380px;
    height: 214px;
}

.scroll4 .swiper-wrapper .swiper-slide img {
    width: 380px;
    height: 214px;
}

.expert-list .swiper-container.scroexpert .pagination {
    bottom: 0px;
}

.expert-list .swiper-container.scroexpert .pagination span {
    opacity: 1;
    background-color: #eaeaea;
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.expert-list .swiper-container.scroexpert .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

/*咨询服务平台*/
.college-consultant {
    margin-top: -34px;
}

.college-consultant .swiper-container {
    width: 1210px;
    height: 361px;
    margin-top: 20px;
}

.college-consultant .swiper-container .swiper-wrapper {
    padding-top: 1px;
}

.college-consultant .swiper-container .swiper-wrapper .swiper-slide {
}

.college-consultant .swiper-wrapper .swiper-slide ul {
    width: 1210px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.college-consultant .swiper-container .pagination {
    bottom: 0px;
}

.college-consultant .swiper-container .pagination span {
    opacity: 1;
    background-color: #eaeaea;
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.college-consultant .swiper-container .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

.college-consultant .swiper-slide ul li {
    width: 380px;
    height: 147px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.college-consultant .swiper-slide ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

.college-consultant .swiper-slide ul li .expert-r {
    float: left;
    width: 283px;
    padding-left: 21px;
    padding-top: 25px;
    text-align: left;
}

.college-consultant .expert-r .expert-con a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.college-consultant li:hover .expert-r .expert-con a {
    color: #666;
}

.college-consultant .swiper-slide li .expert-r > a {
    width: 48px;
    height: 26px;
    border: 1px solid #eaeaea;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #f2994f;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: 12px;
    cursor: pointer;
}

.college-consultant .swiper-slide li .expert-r > a:hover {
    background-color: #f6594e;
    border: 1px solid #f6594e;
    color: #fff;
}

.college-consultant .swiper-slide li .expert-r .expert-con {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 12px;
    margin-right: 13px;
}

.college-consultant .swiper-slide li .expert-r .expert-title {
    color: #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    display: block;
}

.college-consultant .expert-title a {
    color: #999;
    font-size: 16px;
}

.college-consultant .expert-title span {
    color: #666666;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/branch/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}

li:hover .expert-r .expert-title span {
    color: #f6594e;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/branch/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}

.college-consultant .expert-title i {
    width: 2px;
    height: 16px;
    background-color: #999999;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    line-height: 16px;
    margin-top: 0px;
}

.college-consultant .swiper-slide ul li img {
    width: 80px;
    height: 80px;
    margin-top: 18px;
    margin-left: 15px;
    border-radius: 80px;
    float: left;
}

.college-consultant .swiper-slide ul .sidebar {
    margin-right: 0px;
}

.online-consultant {
    margin-bottom: 0px;
}
.online-consultant .online-consultant-map {
    width: 1006px;
    height: 1047px;
    background-image: url(/static/images/branch/online-consultant-map.gif);
    position: relative;
    margin-left: 141px;
}

.online-consultant .online-consultant-map li {
    position: absolute;
    height: 31px;
    cursor: pointer;
}

.online-consultant .online-consultant-map li i {
    position: absolute;
    width: 19px;
    height: 31px;
    background-image: url(/static/images/branch/online-consultant.png);
    top: 0px;
    left: 0px;
}

.online-consultant-map li div {
    height: 20px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #534d4d;
    line-height: 20px;
    padding-right: 3px;
    padding-left: 13px;
    margin-top: 10px;
    margin-left: 8px;
}

.online-consultant-map li:hover div {
    -webkit-box-shadow: 0px 0px 4px 1px #FF1400;
    box-shadow: 0px 0px 4px 1px #FF1400;
}

.online-consultant .online-consultant-map li div span {
    color: #f6594e;
}

.online-consultant-map .dw1 {
    top: 70px;
    left: 689px;
}

.online-consultant-map .dw2 {
    top: 86px;
    left: 777px;
}

.online-consultant-map .dw3 {
    top: 167px;
    left: 754px;
}

.online-consultant-map .dw4 {
    top: 287px;
    left: 578px;
}

.online-consultant-map .dw5 {
    top: 326px;
    left: 531px;
}

.online-consultant-map .dw6 {
    top: 334px;
    left: 624px;
}

.online-consultant-map .dw7 {
    top: 331px;
    left: 680px;
}

.online-consultant-map .dw8 {
    top: 381px;
    left: 601px;
}

.online-consultant-map .dw9 {
    top: 378px;
    left: 707px;
}

.online-consultant-map .dw10 {
    top: 403px;
    left: 657px;
}

.online-consultant-map .dw11 {
    top: 435px;
    left: 500px;
}

.online-consultant-map .dw12 {
    top: 438px;
    left: 564px;
}

.online-consultant-map .dw13 {
    top: 469px;
    left: 728px;
}

.online-consultant-map .dw14 {
    top: 499px;
    left: 561px;
}

.online-consultant-map .dw15 {
    top: 500px;
    left: 639px;
}

.online-consultant-map .dw16 {
    top: 521px;
    left: 500px;
}

.online-consultant-map .dw17 {
    top: 543px;
    left: 719px;
}

.online-consultant-map .dw18 {
    top: 562px;
    left: 362px;
}

.online-consultant-map .dw19 {
    top: 585px;
    left: 514px;
}

.online-consultant-map .dw20 {
    top: 609px;
    left: 657px;
}

.online-consultant-map .dw21 {
    top: 676px;
    left: 552px;
}

.online-consultant-map .dw22 {
    top: 248px;
    left: 326px;
}

.online-consultant-map .dw23 {
    top: 185px;
    left: 162px;
}

.online-consultant-map .dw24 {
    top: 365px;
    left: 265px;
}

.online-consultant-map .dw25 {
    top: 438px;
    left: 162px;
}

.online-consultant-map .dw26 {
    top: 482px;
    left: 377px;
}

.online-consultant-map .dw27 {
    top: 585px;
    left: 867px;
}

.online-consultant .online-consultant-map .dw28 {
    top: 245px;
    left: 654px;
    width: 210px;
    height: 67px;
    background-image: url(/static/images/branch/online-consultant-new.png);
}

.online-consultant .online-consultant-map .dw29 {
    top: 427px;
    left: 771px;
    width: 210px;
    height: 67px;
    background-image: url(/static/images/branch/online-consultant-new.png);
}

.online-consultant .online-consultant-map .dw28 div, .online-consultant .online-consultant-map .dw29 div {
    background-color: #f6594e;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-top: 6px;
    margin-left: 33px;
    height: auto;
    width: 176px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.online-consultant .online-consultant-map .dw28 div span, .online-consultant .online-consultant-map .dw29 div span {
    color: #fff33f;
}

.online-consultant-map .dw28:hover div, .online-consultant-map .dw29:hover div {
    -webkit-box-shadow: 0px 0px 0 0 #ED574A;
    box-shadow: 0px 0px 0 0 #ED574A;
}

.online-consultant .total {
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    margin-top: 21px;
}

.online-consultant .total i {
    background-image: url(/static/images/branch/online-consultant-total.png);
    width: 116px;
    height: 81px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 32px;
    color: #f52121;
    font-style: normal;
    padding-top: 28px;
    text-align: center;
}

.online-consultant .total .style1 {
    font-size: 24px;
    display: inline-block;
    float: left;
    margin-top: 33px;
    color: #f39a50;
}

.online-consultant .total .style2 {
    float: left;
    font-size: 18px;
    color: #f39a50;
    margin-left: 20px;
    margin-top: 34px;
}

.online-consultant .total a {
    float: left;
    width: 76px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #f6594e;
    border: 1px solid #D8D8D7;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 22px;
}

.online-consultant .total div {
}

.online-consultant-case {
    margin-top: 39px;
}

.online-consultant-case li {
    width: 170px;
    height: 92px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    float: left;
    margin-right: 1px;
}

.online-consultant-case li:last-child {
    margin-right: 0px;
}

.online-consultant-case li div {
    float: left;
    margin-left: 9px;
    width: 46px;
    height: 46px;
    background-color: #f39a50;
    color: #fff;
    font-size: 37px;
    text-align: center;
    line-height: 46px;
    margin-top: 26px;
}

.online-consultant-case li div:last-child {
    float: left;
    margin-left: 9px;
    width: 102px;
    height: auto;
    background-color: #f7f7f7;
    color: #3e3a39;
    font-size: 14px;
    text-align: left;
    line-height: 12px;
    margin-top: 30px;
}

.online-consultant-case li div span {
    color: #f6594e;
    font-size: 20px;
    padding-top: 6px;
    display: block;
}
#demoLeft { float: left; overflow: hidden; width: 1200px; height: 45px; background-image: url(/static/images/branch/online-consultant-bg.jpg); background-repeat: repeat-y; margin-top: 5px; }
#demoLeft .indemo { float: left; width: 500%; }
#demo1, #demo2 { float: left; }
#demoLeft .swiper-slide { text-align: center; width: auto; height: 45px; margin-right: 40px; }
#demoLeft .swiper-slide i { background-image: url(/static/images/branch/online-consultant-offerico.png); width: 23px; height: 27px; background-repeat: no-repeat; float: left; margin-right: 12px; }
#demoLeft .swiper-slide span { font-size: 18px; line-height: 28px; float: left; }
#demoLeft .swiper-slide div { display: inline-block; margin-top: 10px; }